luci-theme-bootstrap: zone-forwards wrap
authorJyn <[email protected]>
Mon, 14 Apr 2025 07:40:40 +0000 (14:40 +0700)
committerPaul Donald <[email protected]>
Mon, 14 Apr 2025 13:19:35 +0000 (15:19 +0200)
Signed-off-by: Jyn <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index cad9b389b6964f30cf19757290ff08d52efc1a2d..8e405279d54d5a3d52baabcc19a22d882ae33463 100644 (file)
@@ -1856,12 +1856,13 @@ body.modal-overlay-active #modal_overlay {
 
 .zone-forwards {
        display: flex;
-       flex-wrap: wrap;
+       flex-wrap: nowrap;
 }
 
 .zone-forwards > * {
        flex: 1 1 40%;
        padding: 1px;
+       text-wrap: auto;
 }
 
 .zone-forwards > span {